home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FishMarket 1.0
/
FishMarket v1.0.iso
/
fishies
/
426-450
/
disk_436
/
aztecarp
/
source.lzh
/
Glue
/
GADS1.asm
< prev
next >
Wrap
Assembly Source File
|
1990-12-05
|
194b
|
16 lines
section text,code
xref _ArpBase
xdef _GADS
_GADS:
movem.l a6/a2/a3,-(sp)
move.l _ArpBase,a6
move.l 16(sp),a0
movem.l 20(sp),d0/a1/a2/a3
jsr -252(a6)
movem.l (sp)+,a6/a2/a3
rts
end